home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / pc / media / dirs / BackUp / Test.dir / 00009_Script_9 < prev    next >
Text File  |  2002-10-15  |  278b  |  10 lines

  1. on exitFrame me
  2.   global testobj,ctrlobj
  3.   c=ctrlobj.history.count
  4.   tv=ctrlobj.history[c].aux
  5.   if tv="pre" then puppetsound 1,"PreTestBEGIN"
  6.   if tv="post" then puppetsound 1,"PostTestBEGIN"
  7.   sendallsprites(#set_tag,tv)
  8.   testobj.init()
  9.   testobj.next_question()
  10. end